[INFO] cloning repository https://github.com/oraichain/merkle-proof-tree
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oraichain/merkle-proof-tree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foraichain%2Fmerkle-proof-tree", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foraichain%2Fmerkle-proof-tree'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2625c34bbebaee210aef92e4e20e26f1828498e0
[INFO] fixing oraichain/merkle-proof-tree against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foraichain%2Fmerkle-proof-tree" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/oraichain/merkle-proof-tree
[INFO] finished tweaking git repo https://github.com/oraichain/merkle-proof-tree
[INFO] tweaked toml for git repo https://github.com/oraichain/merkle-proof-tree written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/oraichain/merkle-proof-tree on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/oraichain/merkle-proof-tree already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sha2 v0.9.8
[INFO] [stderr]   Downloaded typenum v1.14.0
[INFO] [stderr]   Downloaded schemars v0.7.6
[INFO] [stderr]   Downloaded schemars_derive v0.7.6
[INFO] [stderr]   Downloaded cosmwasm-derive v0.13.2
[INFO] [stderr]   Downloaded cosmwasm-schema v0.13.2
[INFO] [stderr]   Downloaded cw-storage-plus v0.5.0
[INFO] [stderr]   Downloaded serde-json-wasm v0.2.3
[INFO] [stderr]   Downloaded cosmwasm-std v0.13.2
[INFO] [stderr]   Downloaded ryu v1.0.6
[INFO] [stderr]   Downloaded serde_json v1.0.72
[INFO] [stderr]   Downloaded libc v0.2.108
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6c3e14e30340a81863e0aac6bef606561101da65b86961975753ed2cf63e59bf
[INFO] running `Command { std: "docker" "start" "6c3e14e30340a81863e0aac6bef606561101da65b86961975753ed2cf63e59bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c3e14e30340a81863e0aac6bef606561101da65b86961975753ed2cf63e59bf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c3e14e30340a81863e0aac6bef606561101da65b86961975753ed2cf63e59bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c3e14e30340a81863e0aac6bef606561101da65b86961975753ed2cf63e59bf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling ryu v1.0.6
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling schemars v0.7.6
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking sha2 v0.9.8
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling cosmwasm-derive v0.13.2
[INFO] [stderr]    Compiling schemars_derive v0.7.6
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking serde-json-wasm v0.2.3
[INFO] [stderr]     Checking cosmwasm-std v0.13.2
[INFO] [stderr]     Checking cosmwasm-schema v0.13.2
[INFO] [stderr]     Checking cw-storage-plus v0.5.0
[INFO] [stderr]     Checking merkle-proof-tree v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.24s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "6c3e14e30340a81863e0aac6bef606561101da65b86961975753ed2cf63e59bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c3e14e30340a81863e0aac6bef606561101da65b86961975753ed2cf63e59bf", kill_on_drop: false }`
[INFO] [stdout] 6c3e14e30340a81863e0aac6bef606561101da65b86961975753ed2cf63e59bf
